object Dlg_FindAddress: TDlg_FindAddress Left = 263 Top = 177 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderStyle = bsDialog Caption = 'Find Address' ClientHeight = 424 ClientWidth = 545 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 12 Top = 12 Width = 34 Height = 13 Caption = '&Search' FocusControl = cb_Search end object cb_Search: TComboBox Left = 92 Top = 8 Width = 221 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 OnChange = cb_SearchChange Items.Strings = ( 'Active Folder Only' 'All Folders') end object PageControl1: TPageControl Left = 8 Top = 36 Width = 425 Height = 181 ActivePage = TabSheet1 TabOrder = 1 object TabSheet1: TTabSheet Caption = 'Condition' object Label2: TLabel Left = 20 Top = 16 Width = 31 Height = 13 Caption = '&Name:' FocusControl = E_Name end object Label3: TLabel Left = 20 Top = 44 Width = 28 Height = 13 Caption = '&Email:' FocusControl = E_Email end object E_Name: TEdit Left = 132 Top = 12 Width = 261 Height = 21 TabOrder = 0 OnKeyDown = E_NameKeyDown end object E_Email: TEdit Left = 132 Top = 40 Width = 261 Height = 21 TabOrder = 1 OnKeyDown = E_NameKeyDown end object Notebook1: TNotebook Left = 0 Top = 64 Width = 417 Height = 89 TabOrder = 2 object TPage Left = 0 Top = 0 Caption = 'Search' object Label4: TLabel Left = 20 Top = 8 Width = 29 Height = 13 Caption = 'O&ICQ:' FocusControl = E_ICQ end object Label6: TLabel Left = 20 Top = 36 Width = 85 Height = 13 Caption = '&Home Telephone:' FocusControl = E_HomeTel end object Label5: TLabel Left = 20 Top = 60 Width = 29 Height = 13 Caption = '&Other:' FocusControl = E_Other end object E_ICQ: TEdit Left = 132 Top = 4 Width = 261 Height = 21 TabOrder = 0 OnKeyDown = E_NameKeyDown end object E_HomeTel: TEdit Left = 132 Top = 32 Width = 261 Height = 21 TabOrder = 1 OnKeyDown = E_NameKeyDown end object E_Other: TEdit Left = 132 Top = 60 Width = 261 Height = 21 TabOrder = 2 OnKeyDown = E_NameKeyDown end end object TPage Left = 0 Top = 0 Caption = 'LDAP' object imgServer: TImage Left = 144 Top = 16 Width = 161 Height = 49 end end end end end object btnSearch: TButton Left = 444 Top = 32 Width = 95 Height = 25 Caption = 'S&tart Search' TabOrder = 2 OnClick = btnSearchClick end object btnStop: TButton Left = 444 Top = 68 Width = 95 Height = 25 Caption = 'Sto&p' TabOrder = 3 OnClick = btnStopClick end object btnClear: TButton Left = 444 Top = 104 Width = 95 Height = 25 Caption = 'C&lear All' TabOrder = 4 OnClick = btnClearClick end object btnClose: TButton Left = 444 Top = 192 Width = 95 Height = 25 Cancel = True Caption = '&Close' ModalResult = 1 TabOrder = 5 end object Animate1: TAnimate Left = 468 Top = 140 Width = 45 Height = 41 Active = False AutoSize = False StopFrame = 23 end object btnProperty: TButton Left = 444 Top = 232 Width = 95 Height = 25 Caption = '&Property' TabOrder = 7 OnClick = btnPropertyClick end object btnCompose: TButton Left = 444 Top = 268 Width = 95 Height = 25 Caption = 'Co&mpose' TabOrder = 8 OnClick = btnComposeClick end object LV: TListView Left = 8 Top = 232 Width = 425 Height = 185 Columns = < item Caption = 'Name' Width = 150 end item Caption = 'Email Address' Width = 150 end item Caption = 'Home Telephone' Width = 100 end item Caption = 'Office Telephone' Width = 100 end item Caption = 'OICQ' Width = 100 end> DragMode = dmAutomatic GridLines = True HideSelection = False HotTrack = True MultiSelect = True ReadOnly = True RowSelect = True PopupMenu = PM_LV SortType = stBoth TabOrder = 9 ViewStyle = vsReport end object btnComposeAll: TButton Left = 444 Top = 304 Width = 95 Height = 25 Caption = 'Compose to &All' TabOrder = 10 OnClick = btnComposeAllClick end object Language: TLanguage LangCenter = DM_Language.LangCenter ResStrings.Strings = ( '0010=Find Address' '0011=(Found %s addresses)' '0012=Please input some information to search' '0013=Name' '0014=Email Address' '0015=Home Telephone' '0016=Office Telephone' '0017=OICQ' '0020=Please enter some information to look for.' '0021=There are no entries in the Directory Service that match yo' + 'ur search criteria.' '0022=Unable to display search results because too many entries i' + 'n the Directory Service match your search criteria. You can narr' + 'ow your search by specifiying more search criteria.' '0023=The specified Directory Service has denied access. Check th' + 'e Properties for this Directory Service and verify that your Aut' + 'hentication Type settings and parameters are correct.' '0024=The search could not be completed within the time specified' + ' for this Directory Service.' '0025=The specified Directory Service was unable to complete the ' + 'search.' '0026=An error occurred while performing the search. Your compute' + 'r, your Internet service provider or the specified Directory Ser' + 'vice may be disconnected. Check your connections and try again.' '0027=Directory Service' '0028=Directory Services') Left = 444 Top = 376 end object PM_LV: TPopupMenu AutoHotkeys = maManual OnPopup = PM_LVPopup Left = 480 Top = 372 object PM_Property: TMenuItem Caption = '&Property' OnClick = btnPropertyClick end object PM_Compose: TMenuItem Caption = '&Compose...' OnClick = PM_ComposeClick end object PM_Composeto: TMenuItem Caption = 'Compose &to' end object N1: TMenuItem Caption = '-' end object PM_Delete: TMenuItem Caption = '&Delete' Enabled = False end object PM_Add: TMenuItem Caption = '&Add to Address Book' Enabled = False OnClick = PM_AddClick end end object PM_Emails: TPopupMenu AutoHotkeys = maManual Left = 516 Top = 372 end end